@extends('layouts.admin') @section('styles') @endsection @section('content')
@include('includes.admin.form-both')
{{ csrf_field() }}

@endsection @section('scripts') @endsection