@extends('admin/layouts/default') {{-- Page title --}} @section('title') ward @parent @stop @section('content')

Wards

ward {{ $ward->id }}'s details


id{{ $ward->id }}
name{{ $ward['name'] }}
code{{ $ward['code'] }}
district_id{{ $ward['district_id'] }}
@stop