@extends('admin.layout.base') @section('title', 'Update Service Type ') @section('content')
Back
Update User
{{csrf_field()}} @if($service->type =='bank')
@endif @if($service->type =='paypal')
@endif
@endsection