@extends('layouts.app') @section('header')
Create User
@endsection @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Select Branches @foreach($branches as $branch)
@endforeach Select Permissions
@if(config('app.local') == true) @endif
@endsection