@extends('layout.default') @section('styles') @endsection @section('subheaderRightToolbar') @PermissionsCan(groupPermissionName('locationmapping.index')) Back(ESC) @endPermissionsCan @PermissionsCan(groupPermissionName('locationmapping.update'))
@endPermissionsCan @endsection @section('content') @php $locationmapping = $response['locationmapping']; @endphp
@endsection @section('scripts') @endsection