@extends('layouts.master') @section('title', __('Streets')) @section('content')

{{__('Home')}} / {{__('Streets')}}

{{ __('New Street') }}
@csrf @method('post')
{{ __('New Street') }}
@csrf @method('put')
@endsection @push('scripts') {!! $dataTable->scripts() !!} @endpush