@extends('administrative.layouts.master') @section('page-css') @endsection @section('content')

DeviceDriver Create

DeviceDriver
DeviceDriver Create
{!! method_field('PUT') !!} @csrf
@if($errors->has('device_id')) @endif
@if($errors->has('name')) @endif
@if($errors->has('from_date')) @endif
@if($errors->has('to_date')) @endif
@if($errors->has('duty_type_id')) @endif
@if($errors->has('is_active')) @endif
@endsection @section('page-js') @endsection