@extends('layouts.master') @section('css') @section('title') {{ __('users.addbranch') }}@stop @endsection @section('page-header')
@endsection @section('content')
@if (session()->has('notcreate')) @endif @if (session()->has('create')) @endif @if (count($errors) > 0)
خطا
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

{{ csrf_field() }}


@endsection @section('js') @endsection