@extends('branches.layout') @section('branches.content')
@csrf
@if($errors->has('name'))
{{$errors->first('name')}}
@endif
@endsection