@extends('layouts.admin_app')
@section('title', 'Assign to Head Offiec')
@section('content')
Assign this location to a Head Office
@if($location->head_office())Current Head Office: {{$location->head_office()->name()}}
@endif
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@endsection