@extends('layouts.main') @push('styles') @endpush @section('content')
{{csrf_field()}}

{{__('strings.routes_create_header')}}

{{__('strings.route_type')}}
@endsection('content') @push('scripts') @endpush('scripts')