@extends('superAdmin.layouts.auth') @section('title') {{ env('APP_NAME') }} | Add Location @endsection @section('styles') @endsection @section('content')

Return to Company Location

@if ($errors->any())
@endif

Add New Location

@csrf
@endsection @section('scripts') @endsection