@extends('layouts.master') @section('title') {{trans_choice('general.member',2)}} @endsection @section('content')

{{trans_choice('general.member',2)}}

@if(Sentinel::hasAccess('members.create')) {{trans_choice('general.add',1)}} {{trans_choice('general.member',1)}} @endif
{{trans_choice('general.id',1)}} {{trans_choice('general.branch',1)}} {{trans_choice('general.name',1)}} {{trans_choice('general.photo',1)}} {{trans_choice('general.phone',1)}} {{trans_choice('general.gender',1)}} {{trans_choice('general.age',1)}} {{trans_choice('general.address',1)}} {{ trans_choice('general.action',1) }}
@endsection @section('footer-scripts') @endsection