@extends('layouts.'.env('THEME')) @section('content')
@if(!empty($_GET['type'])) Add @else Add @endif
@foreach($addresses as $address) @endforeach
Company Action
{{ $address->company }} Edit
{!! Form::hidden('type', $type) !!} {{ csrf_field() }} @method('DELETE')
@endsection