@extends('layouts.cork') @section('title', $title) @section('page-css') @endsection @section('breadcrumb')
@endsection @section('content')
@csrf @if($action == 'edit') @method('PUT') @endif
name)) value="{{ $school->name }}" @else value="{{ old('name')}}" @endif> @error('name')
{{ $errors->first('name') }}
@enderror
mailing_address)) value="{{ $school->mailing_address }}" @else value="{{ old('mailing_address')}}" @endif> @error('mailing_address')
{{ $errors->first('mailing_address') }}
@enderror
mailing_city)) value="{{ $school->mailing_city }}" @else value="{{ old('mailing_city')}}" @endif> @error('mailing_city')
{{ $errors->first('mailing_city') }}
@enderror
@error('mailing_state')
{{ $errors->first('mailing_state') }}
@enderror
mailing_zip)) value="{{ $school->mailing_zip }}" @else value="{{ old('mailing_zip') }}" @endif> @error('mailing_zip')
{{ $errors->first('mailing_zip') }}
@enderror
-
mailing_zip4)) value="{{ $school->mailing_zip4 }}" @else value="{{ old('mailing_zip4') }}" @endif> @error('mailing_zip4')
{{ $errors->first('mailing_zip4') }}
@enderror
site_address)) value="{{ $school->site_address }}" @else value="{{ old('site_address')}}" @endif> @error('site_address')
{{ $errors->first('site_address') }}
@enderror
site_city)) value="{{ $school->site_city }}" @else value="{{ old('site_city')}}" @endif> @error('site_city')
{{ $errors->first('site_city') }}
@enderror
@error('site_state')
{{ $errors->first('site_state') }}
@enderror
site_zip)) value="{{ $school->site_zip }}" @else value="{{ old('site_zip') }}" @endif> @error('site_zip')
{{ $errors->first('site_zip') }}
@enderror
phone)) value="{{ $school->phone }}" @else value="{{ old('phone') }}" @endif> @error('phone')
{{ $errors->first('phone') }}
@enderror
ext)) value="{{ $school->ext }}" @else value="{{ old('ext') }}" @endif> @error('ext')
{{ $errors->first('ext') }}
@enderror
website)) value="{{ $school->website }}" @else value="{{ old('website') }}" @endif> @error('website')
{{ $errors->first('website') }}
@enderror
fax)) value="{{ $school->fax }}" @else value="{{ old('fax') }}" @endif> @error('fax')
{{ $errors->first('fax') }}
@enderror
fax_ext)) value="{{ $school->fax_ext }}" @else value="{{ old('fax_ext') }}" @endif> @error('fax_ext')
{{ $errors->first('fax_ext') }}
@enderror
@error('member_school')
{{ $errors->first('member_school') }}
@enderror
@error('notes')
{{ $errors->first('notes') }}
@enderror
@endsection @section('page-js') @endsection