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