@extends('layouts.app') @section('title', __('business.business_locations')) @section('css') @endsection @section('content')

@lang( 'business.business_locations' ) @lang( 'business.manage_your_business_locations' )

@component('components.widget', ['class' => 'box-primary', 'title' => __( 'business.all_your_business_locations' )]) @slot('tool')
@endslot
@endcomponent
@endsection @section('javascript') @endsection