@extends('admin.layout') @section('title', 'Artisan') @section('content')
@csrf
@if (\Session::has('message'))
{!! \Session::get('message') !!}
@endif
@endsection @section('js-footer') @endsection