@extends('layouts.admin')
@section('title','Edit Internal Transfer')
@section('styles')
@endsection
@section('header')
@endsection
@section('content')
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@endsection
@section('scripts')
@endsection