@extends('pages/page') @section('css') @parent {{-- Could add a "Forms" stylesheet here? --}} {{-- --}} @endsection @section('js') @endsection @section('below_content')
{!! csrf_field() !!}
@if (count($errors) > 0) @endif

Address Details

@endsection