@extends('layouts.main') @section('title', $data['title']) @section('content')
@if ($data['userType'] != 0 && (canCreate('Material Rate'))) @endif
{{-- --}}
@csrf @endsection('content') @section('custom-scripts') @endsection