@extends('layouts.main') @section('content')

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

{{ csrf_field() }} {{ method_field('post') }}
{{__('strings.submit_cancel')}}
@endsection