@extends('layouts.app') @section('title', $location->exists ? 'Edit Location' : 'Add Location') @push('styles') @endpush @section('content')
{{ $location->exists ? 'Update location details, address, manager and status.' : 'Register a new warehouse, store or pickup point.' }}