@extends('layouts.app') @section('myStyle') @endsection @section('content')
@include('incs.contentheader')
{{ csrf_field() }}
@endsection @section('script') @endsection