{{View::make('layout.header')}} {{View::make('layout.header')}}

Update Devices

@csrf @foreach($devicedata as $value)@endforeach
@if($errors->has('devicename')) {{ $errors->first('devicename') }} @endif
@if($errors->has('serial_no')) {{ $errors->first('serial_no') }} @endif
@if($errors->has('branch_id')) {{ $errors->first('branch_id') }} @endif
@if($errors->has('mac_address')) {{ $errors->first('mac_address') }} @endif
@if($errors->has('start_date')) {{ $errors->first('start_date') }} @endif
@if($errors->has('activation')) {{ $errors->first('activation') }} @endif
@if($errors->has('remark')) {{ $errors->first('remark') }} @endif
{{View::make('layout.footer')}}