@extends('admin.layouts.container') @section('content')

{{ $head ?? '' }}

@if($systemphysic ?? '' && $systemphysic->id) @method('PUT') @endif @CSRF
id)) style="display:none" @endif id="physics"> @if($systemphysic ?? '' && $systemphysic->id) @foreach($codes as $data=>$row)
@foreach($physics as $rows)
id,$rows->id)) checked @endif name="physical[{{$data}}][physics][]" value="{{$rows->id}}"> {{$rows->name}}
@endforeach
@endforeach @endif
@endsection @section('inner_js') {{-- --}} @endsection