@extends('layouts.app') @section('content')
@if (session('success')) @endif @if ($errors->any()) @endif
@foreach ($commands as $command) @endforeach
Name Region Branch District Actions
{{ucwords($command->name) }} {{ ucwords($command->region->name) }} {{ ucwords($command->branch->name) }} {{ ucwords($command->district->name) }}
@endsection