@extends('backend.layouts.app')
@section('title') Edit System Requirement Mat @endsection
@section('content')
{!! html()->form('POST', route('admin.system-requirment-mat.update', $mat->id))->acceptsFiles(true)->id('system_form')->open() !!}
@include('backend.pages.systems.partials.mats')
{{ html()->form()->close() }}
@endsection
@section('scripts')
@include('backend.pages.systems.partials.js')
@endsection