@extends('layouts.master') @section('title', 'Express54') @section('content')
@if (Session('error')) @endif @if (Session('success')) @endif
@csrf @lang('messages.back')
@endsection