@extends('layouts.app') @section('content')
Create Branch
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @include('branch._form')
@endsection @section('scripts') @endsection