@extends('index') @section('content')
{{ csrf_field() }}

Tambah Guru

@if ($errors->has('file'))

{{ $errors->first('file') }}

@endif
@endsection @push('script') @endpush