@extends('layouts.app',['path'=>'office/location']) @section('title', 'Edit Office Location - HRMS') @section('content') @can('office_locations.update')
@include('partials.new_alerts')
Edit Location
@csrf
@endcan @endsection @push('scripts') @endpush