@extends('layouts.admin') @section('style') @endsection @section('script') @if (\Session::has('message')) @endif @endsection @section('content')
@csrf


@endsection