@extends('adtrpanel.layouts.master') @section('content') @include('adtrpanel.partials.header')
@include('adtrpanel.partials.errors') @include('adtrpanel.partials.alert')
{{ csrf_field() }} @if(count($errors))
Whoops! There were some problems with your input.
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Twitter
@endsection @section('css') @endsection @section('js') @endsection