get_school.blade.php 181 B

123
  1. @foreach ($schoolList as $school)
  2. <option value="{{$school['name']}}" @if( $oldData['contact_school'] == $school['name'] ) selected @endif >{{$school['name']}}</option>
  3. @endforeach