@extends('backend.layouts.app') @section('title') Edit System Requirement @endsection @section('content')

Edit System Requirement

{!! html()->form('POST', route('admin.system-requirments.update', $requirement->id))->acceptsFiles(true)->id('system_form')->open() !!}
@include('backend.pages.systems.partials.requirment')
{{ html()->form()->close() }} @endsection @section('scripts') @include('backend.pages.systems.partials.js') @endsection